Represents a client view, that is, a live view that is connected to a remote source,
such as an ObjectContext.
Namespace:
C1.DataAssembly: C1.Data.Entity (in C1.Data.Entity.dll)
Syntax
C# |
---|
public class ClientView<T> : View<T>, INotifyCollectionChanged, INotifyPropertyChanged, IControlHandlerSource, IClientView, ICollectionView, IEnumerable |
Visual Basic |
---|
Public Class ClientView(Of T) _ Inherits View(Of T) _ Implements INotifyCollectionChanged, INotifyPropertyChanged, IControlHandlerSource, IClientView, _ ICollectionView, IEnumerable |
Type Parameters
- T
- The type of the elements in the view.
Inheritance Hierarchy
System..::..Object
C1.LiveLinq.LiveViews..::..View
C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
C1.Data..::..ClientView<(Of <(<'T>)>)>
C1.Data..::..FilteredView<(Of <(<'T>)>)>
C1.Data..::..PagingView<(Of <(<'T>)>)>
C1.Data..::..ProgressiveView<(Of <(<'T>)>)>
C1.LiveLinq.LiveViews..::..View
C1.LiveLinq.LiveViews..::..View<(Of <(<'T>)>)>
C1.Data..::..ClientView<(Of <(<'T>)>)>
C1.Data..::..FilteredView<(Of <(<'T>)>)>
C1.Data..::..PagingView<(Of <(<'T>)>)>
C1.Data..::..ProgressiveView<(Of <(<'T>)>)>